﻿2026-07-27T07:26:30.8951467Z ##[group]Run actions/checkout@v5
2026-07-27T07:26:30.8951988Z with:
2026-07-27T07:26:30.8952269Z   fetch-depth: 0
2026-07-27T07:26:30.8952577Z   repository: BigscreenVR/spt-bs-core
2026-07-27T07:26:30.8955357Z   token: ***
2026-07-27T07:26:30.8955648Z   ssh-strict: true
2026-07-27T07:26:30.8955944Z   ssh-user: git
2026-07-27T07:26:30.8956242Z   persist-credentials: true
2026-07-27T07:26:30.8956560Z   clean: true
2026-07-27T07:26:30.8956872Z   sparse-checkout-cone-mode: true
2026-07-27T07:26:30.8957220Z   fetch-tags: false
2026-07-27T07:26:30.8957517Z   show-progress: true
2026-07-27T07:26:30.8957818Z   lfs: false
2026-07-27T07:26:30.8958091Z   submodules: false
2026-07-27T07:26:30.8958411Z   set-safe-directory: true
2026-07-27T07:26:30.8958764Z   allow-unsafe-pr-checkout: false
2026-07-27T07:26:30.8959097Z ##[endgroup]
2026-07-27T07:26:31.0779947Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T07:26:31.0781134Z ##[group]Getting Git version info
2026-07-27T07:26:31.0781631Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T07:26:31.1103773Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T07:26:31.1320833Z git version 2.43.0.windows.1
2026-07-27T07:26:31.1343855Z ##[endgroup]
2026-07-27T07:26:31.1353452Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ef0971e5-6912-4cf0-b5b4-706c0025607e\.gitconfig'
2026-07-27T07:26:31.1376824Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ef0971e5-6912-4cf0-b5b4-706c0025607e' before making global git config changes
2026-07-27T07:26:31.1378311Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T07:26:31.1382771Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T07:26:31.1669935Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T07:26:31.1906150Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T07:26:31.1934480Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T07:26:31.1940244Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T07:26:31.2194660Z HEAD
2026-07-27T07:26:31.2480908Z ##[endgroup]
2026-07-27T07:26:31.2484361Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T07:26:31.6300680Z ##[group]Cleaning the repository
2026-07-27T07:26:31.6304472Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T07:26:33.0754031Z Removing target/
2026-07-27T07:26:33.0784812Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T07:26:33.1744222Z HEAD is now at 6998e7b5 Merge 72327c82db69ffe7c999c22d5e390abda486d89c into 3d9ec73a834bdbbb18e1287d5021dce82c534faf
2026-07-27T07:26:33.1769302Z ##[endgroup]
2026-07-27T07:26:33.1773252Z ##[group]Disabling automatic garbage collection
2026-07-27T07:26:33.1778691Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T07:26:33.2021373Z ##[endgroup]
2026-07-27T07:26:33.2021969Z ##[group]Setting up auth
2026-07-27T07:26:33.2022572Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T07:26:33.2245818Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T07:26:33.6192734Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T07:26:33.6479254Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T07:26:34.0343756Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T07:26:34.0579108Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T07:26:34.4529695Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T07:26:34.4857864Z ##[endgroup]
2026-07-27T07:26:34.4858364Z ##[group]Fetching the repository
2026-07-27T07:26:34.4866015Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0fb7d902ae5a4d7c6de03487e5a57a0b228c7118:refs/remotes/pull/97/merge
2026-07-27T07:26:38.8809350Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T07:26:38.8809952Z    6ecec12e..56a3497f  main       -> origin/main
2026-07-27T07:26:38.8942954Z ##[endgroup]
2026-07-27T07:26:38.8943536Z ##[group]Determining the checkout info
2026-07-27T07:26:38.8944473Z ##[endgroup]
2026-07-27T07:26:38.8948454Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T07:26:38.9264571Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T07:26:38.9506621Z ##[group]Checking out the ref
2026-07-27T07:26:38.9513728Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/97/merge
2026-07-27T07:26:39.0899219Z Previous HEAD position was 6998e7b5 Merge 72327c82db69ffe7c999c22d5e390abda486d89c into 3d9ec73a834bdbbb18e1287d5021dce82c534faf
2026-07-27T07:26:39.0900404Z HEAD is now at 0fb7d902 Merge 0f7722bdffbf51120942cdfdcaf618a14f309d1e into be4182b6b1c54e37adf6eae047b5d79602056ac1
2026-07-27T07:26:39.0925694Z ##[endgroup]
2026-07-27T07:26:39.1219037Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T07:26:39.1447871Z 0fb7d902ae5a4d7c6de03487e5a57a0b228c7118
